home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Paint_Dark_Blue / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1.5 KB  |  101 lines

  1. BODY
  2. {
  3.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  4.     font-size : small;
  5.     color : rgb(255,255,204);
  6.     font-weight : normal;
  7.     font-style : normal;
  8.     background-color : rgb(7,127,133);
  9.     background-image : none
  10. }
  11.  
  12. A:active
  13. {
  14.     color : rgb(255,255,204)
  15. }
  16.  
  17. A:link
  18. {
  19.     color : rgb(255,255,204)
  20. }
  21.  
  22. A:visited
  23. {
  24.     color : rgb(255,255,204)
  25. }
  26.  
  27. .TextObject
  28. {
  29.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  30.     font-size : 0.8em;
  31.     color : rgb(255,255,204);
  32.     font-weight : normal;
  33.     font-style : normal;
  34.     text-align : right
  35. }
  36.  
  37. H1
  38. {
  39.     color : rgb(220,204,179)
  40. }
  41.  
  42. H2
  43. {
  44.     color : rgb(220,204,179)
  45. }
  46.  
  47. P
  48. {
  49.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  50.     font-size : 0.8em;
  51.     line-height : 1.6em;
  52.     font-weight : normal;
  53.     font-style : normal
  54. }
  55.  
  56. H3
  57. {
  58.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  59.     color : rgb(220,204,179);
  60.     font-weight : normal;
  61.     font-style : normal;
  62.     text-align : center;
  63.     margin-bottom : 5pt
  64. }
  65.  
  66. OL
  67. {
  68.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  69.     font-size : 11pt;
  70.     font-weight : bold
  71. }
  72.  
  73. H4
  74. {
  75.     color : rgb(220,204,179);
  76.     letter-spacing : 0.5em;
  77.     font-style : italic
  78. }
  79.  
  80. H5
  81. {
  82.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  83.     color : rgb(220,204,179);
  84.     font-weight : bold;
  85.     text-decoration : underline
  86. }
  87.  
  88. H6
  89. {
  90.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  91.     color : rgb(220,204,179);
  92.     font-weight : normal;
  93.     font-style : normal
  94. }
  95.  
  96. A:hover
  97. {
  98.     color : rgb(220,204,179)
  99. }
  100.  
  101.